home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
326-350
/
apd330
/
simple player.amos
/
simple player.amosSourceCode
Wrap
AMOS Source Code
|
1991-09-27
|
322b
|
17 lines
Screen Open 0,320,50,2,Lowres
Curs Off
X:
X$=Fsel$("*.abk","","Select an Amos ","Type Music Bank")
If X$="" Then End
Cls 0
Locate 0,0
Print "Press mouse Key to choose a new song"
Print "Select Quit to exit"
Load X$
Music 1
Print "Playing ";X$
Amos To Back
Do
Multi Wait
If Mouse Key=1 Then Amos To Front : Goto X
Loop